.cmbc-site-footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1f2f3;
}

.cmbc-site-footer {
    height: 220px;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 16px;
}

.cmbc-site-footer-left {
    padding-top: 35px;
    float: left;
	   width: 65%;
}
.cmbc-site-footer-right {
    padding-top: 40px;
    float: right;
}

.cmbc-site-footer-right > div {
    display: inline-block;
}

.cmbc-site-footer-row {
    margin-bottom: 24px;
}
.cmbc-site-footer-row > div {
    display: inline-block;
}

.cmbc-site-footer-link {
    padding: 0 18px;
    border-left: 1px solid #333333;
}

.cmbc-site-footer-link:first-child {
    padding-left: 0;
    border-left: none;
}
.cmbc-site-footer-link.first {
    padding-left: 0;
    border-left: none;
}

.cmbc-site-footer-tel {
    font-size: 22px;
    color: #1a1a1a;
}

.cmbc-site-footer-tel a {
    color: #508bed;
}

.cmbc-site-footer-tel img {
    width: 20px;
    margin-top: 3px;
    vertical-align: text-top;
    margin-right: 10px;
}

.cmbc-site-footer-right-box {
    margin-left: 16px;
    background: #ffffff;
    border-radius: 3px;
    padding: 8px;
}
.cmbc-site-footer-right-box-container {
    height: 90px;
    width: 90px;
    background: #f1f2f3;
}
.cmbc-site-footer-right-box-container img {
    width: 90px;
    height: 90px;
}
.cmbc-site-footer-right-box-text {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
